home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'DSAttrA.pas' rev: 3.00
-
- #ifndef DSAttrAHPP
- #define DSAttrAHPP
- #include <LibHelp.hpp>
- #include <DRIntf.hpp>
- #include <ExtCtrls.hpp>
- #include <Buttons.hpp>
- #include <StdCtrls.hpp>
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Dsattra
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAssociateAttributes;
- class PASCALIMPLEMENTATION TAssociateAttributes : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TButton* OKBtn;
- Stdctrls::TButton* CancelBtn;
- Stdctrls::TButton* HelpBtn;
- Stdctrls::TGroupBox* GroupBox1;
- Stdctrls::TListBox* AttributeNamesList;
- Stdctrls::TEdit* Edit;
- void __fastcall OKBtnClick(System::TObject* Sender);
- void __fastcall CancelBtnClick(System::TObject* Sender);
- void __fastcall HelpBtnClick(System::TObject* Sender);
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall EditChange(System::TObject* Sender);
- void __fastcall EditKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift);
- void __fastcall ListBoxClick(System::TObject* Sender);
- void __fastcall ListBoxDblClick(System::TObject* Sender);
-
- private:
- void __fastcall AddToList(const System::AnsiString Value);
-
- public:
- bool __fastcall Execute(Drintf::TAttrID &AttrID, bool &Continue);
- public:
- /* TCustomForm.Create */ __fastcall virtual TAssociateAttributes(Classes::TComponent* AOwner) : Forms::
- TForm(AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TAssociateAttributes(Classes::TComponent* AOwner, int Dummy)
- : Forms::TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TAssociateAttributes(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TAssociateAttributes(HWND ParentWindow) : Forms::TForm(
- ParentWindow) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE bool __fastcall GetAssociateAttributes(Drintf::TAttrID &AttrID, bool &Continue);
-
- } /* namespace Dsattra */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dsattra;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DSAttrA
-